home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 106_01.zip / STDEF.C < prev    next >
Text File  |  1993-06-26  |  768b  |  40 lines

  1. /*    standard definition library file
  2. **
  3. **    Version 1.3    16-Aug-80
  4. */
  5.  
  6. char               strbuf[256];        /* string buffer */
  7. #define SBP         &strbuf[0]
  8.  
  9. #define    BDOS_ERR    255
  10. #define    CPM_EOF        26
  11. #define    DIGIT        0
  12. #define    EOF        -1
  13. #define    EQUAL        0
  14. #define    ERROR        -1
  15. #define    FALSE        0
  16. #define    K        1024
  17. #define    NO         0
  18. #define    RESET        0
  19. #define    SECTOR      128
  20. #define    SET        -1
  21. #define TRUE        -1
  22. #define    U_CASE        95
  23. #define    YES        1
  24.  
  25. #define    ALPHA         'a'
  26. #define    ANY         '?'
  27. #define    ASCII         48
  28. #define    BELL         7
  29. #define    CR         '\r'
  30. #define    D_QUOTE         '"'
  31. #define    EOS         '\0'
  32. #define    ESCAPE         27
  33. #define    FORM_FEED     12
  34. #define    LF         '\n'    
  35. #define    NEWLINE         '\n'
  36. #define NULL        '\0'
  37. #define    QUOTE         39
  38. #define    SPACE         ' '
  39. #define    TAB         '\t'
  40.